[asterisk-users] Asterisk 1.8.0-beta1 Connectedline

Steve Howes steve-lists at geekinter.net
Sat Jul 24 07:29:57 CDT 2010


On 24 Jul 2010, at 13:21, unserossi at aol.com wrote:

> Hi,
> 
> i just tried to use the CONNECTEDLINE() feature but it does not work, at least with my softphones (zoiper, 3CX, Xlite)
> 
> in sip.conf under general I have:
> trustrpid = yes
> sendrpid = rpid,pai
> rpid_update = yes
> 
> in extensions.conf I have:
> exten => 2000,1,Set(CONNECTEDLINE(number,i)=98)
> exten => 2000,n,Set(CONNECTEDLINE(name,i)=test)
> exten => 2000,n,Set(CONNECTEDLINE(pres)=allowed)
> exten => 2000,n,Dial(SIP/2000,20)
> 
> It seems to be executed correctly
> 
>     -- Executing [2000 at default:1] Set("SIP/1000-0000002e", "CONNECTEDLINE(number,i)=98") in new stack
>     -- Executing [2000 at default:2] Set("SIP/1000-0000002e", "CONNECTEDLINE(name,i)=test") in new stack
>     -- Executing [2000 at default:3] Set("SIP/1000-0000002e", "CONNECTEDLINE(pres)=allowed") in new stack
>     -- Executing [2000 at default:4] Dial("SIP/1000-0000002e", "SIP/2000,20") in new stack
>     -- Called 2000
>     -- SIP/2000-0000002f is ringing
>     -- SIP/2000-0000002f answered SIP/1000-0000002e
>     -- Remotely bridging SIP/1000-0000002e and SIP/2000-0000002f
>   == Spawn extension (default, 2000, 4) exited non-zero on 'SIP/1000-0000002e'
> 
> 
> but neither the number is changed on the calling softphone nor the name is displayed.

Do a sip debug?

S


More information about the asterisk-users mailing list