Difference between revisions of "Calling via IAX"

From MyWiki
Jump to: navigation, search
(Created page with " exten => 1870651,3,Dial(IAX2/foo2/100,10) exten => 1870651,2,Hangup")
 
Line 1: Line 1:
  exten => 1870651,3,Dial(IAX2/foo2/100,10)  
+
  exten => 1870651,3,Dial(IAX2/foo2/100,10) Where "foo2" is the entry in local iax.conf file
 
  exten => 1870651,2,Hangup
 
  exten => 1870651,2,Hangup

Revision as of 10:47, 26 September 2014

exten => 1870651,3,Dial(IAX2/foo2/100,10)  Where "foo2" is the entry in local iax.conf file
exten => 1870651,2,Hangup