View previous topic :: View next topic |
Author |
Message |
vincent.delporte at bi... Guest
|
Posted: Mon Mar 24, 2008 6:41 am Post subject: [asterisk-users] Calling extension from CLI? |
|
|
Hello
For testing purposes, is it possible to call an extension from the
command-line interface, just so I can trigger calls to AGI scripts
from a test extension?
Thank you. |
|
Back to top |
|
|
Guest
|
Posted: Mon Mar 24, 2008 12:15 pm Post subject: [asterisk-users] Calling extension from CLI? |
|
|
I think what you want is:
originate LOCAL_CHANNEL application dial REMOTE_CHANNEL
some examples:
originate SIP/112 application dial Local/18005551212 at internalaugmented
originate SIP/112 application dial Local/198 at internalaugmented ;Echo
Chamber exten
originate SIP/112 application dial ZAP/g1/18005551212
Moj
Vincent wrote:
Quote: | Hello
For testing purposes, is it possible to call an extension from the
command-line interface, just so I can trigger calls to AGI scripts
from a test extension?
Thank you.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
|