Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
TRUNK9 = SIP/vohippo
Executing [91076641024@default:2] Dial("Local/91076641024@default-00000027;2", "SIP/vohippo1076641024,,To") in new stack
mysql -D asterisk -e 'SELECT * FROM `vicidial_server_carriers` WHERE `carrier_id`="vohippo" \G;'
host=sip.vohippo.com
blackbird2306 wrote:Try it then again after reload dialplan. If it fails then post output of (of course without username / password):
linux cli:
- Code: Select all
mysql -D asterisk -e 'SELECT * FROM `vicidial_server_carriers` WHERE `carrier_id`="vohippo" \G;'
and in asterisk cli:
sip show peers
iboam wrote:exten => _8XX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _8XX.,n,Dial(${DIAL9TRUNK}/+39${EXTEN:4},,tTor)
exten => _8XX.,n,Hangup
iboam wrote:You need to change (DIAL9TRUNK) by your settings
williamconley wrote:In your global variables string field you need:
TRUNK9 = SIP/vohippo
Then change ${TRUNK} to ${TRUNK9} in your dialplan.
blackbird2306 wrote:If it fails then post output of (of course without username / password):
linux cli:
mysql -D asterisk -e 'SELECT * FROM `vicidial_server_carriers` WHERE `carrier_id`="vohippo" \G;'
and in asterisk cli:
sip show peers
Users browsing this forum: Google [Bot] and 106 guests