Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
exten => _91XXXXXXXXXX,1,Set(CALLERID(num)=1234567890)
exten => _91XXXXXXXXXX,2,Set(CALLERID(name)=1234567890)
mflorell wrote:You cannot send calleridNAME through the US PSTN network. and if you try to override it in the dialplan with VICIDIAL then VICIDIAL will not work.
As for the callerID number, that is to be defined in the Campaign Detail screen in admin.php.
mflorell wrote:That is extremely strange that they would require a number in the name field, especially since the name field is ignored when calling the PSTN-network.
Can you provide documentation that they have sent you about this requirement?
; Set your CallerID number
; Setting both the name and number is required due to
; non-standard SIP behavior by previous versions of Asterisk.
;
; The CallerID number must be a 10-digits.
exten => _1NXXNXXXXXX,1,Set(CALLERID(num)=0000000000)
exten => _1NXXNXXXXXX,2,Set(CALLERID(name)=0000000000)
Op3r wrote:and also dont forget about the o flag on the dialplan and it will work.
; Set your CallerID number
; Setting both the name and number is required due to
; non-standard SIP behavior by previous versions of Asterisk.
;
; The CallerID number must be a 10-digits.
exten => _1NXXNXXXXXX,1,Set(CALLERID(num)=XXXXXXXXXX)
exten => _1NXXNXXXXXX,2,Set(CALLERID(name)=XXXXXXXXXX)
mflorell wrote:Changing CallerIDname is not required by any other carrier that I know of. There are other users of VICIDIAL that use VOIPjet and I have never heard of this problem before.
If you don't override the callerIDname do the calls go through?
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
;exten => _91NXXNXXXXXX,1,AGI(call_log.agi,${EXTEN})
exten => _91NXXNXXXXXX,2,Dial(SIP/${EXTEN:4}@SIPprovider,55,tTo)
exten => _91NXXNXXXXXX,3,Hangup
mflorell wrote:Changing CallerIDname is not required by any other carrier that I know of. There are other users of VICIDIAL that use VOIPjet and I have never heard of this problem before.
If you don't override the callerIDname do the calls go through?
Users browsing this forum: No registered users and 139 guests