Hi

I am running Asterisk CVS-v1-0-03/04/05-18:54:35 and I see to get the
error stated above.

My setup is ser which takes in a call and rewrites to asterisk.

ser.cfg :

 rewriteuri("sip:[EMAIL PROTECTED]:5090");


This takes call to asterisk

sip.conf

[general]
autocreatepeer=yes
port=5090
defaultexpirey=3600
register => user:[EMAIL PROTECTED]/10
context=sip

This creates a peer with the sip server.

extensions.conf

[sip]

exten => 10,1,SetCIDName(Test Line)
exten => 10,2,Dial(SIP/[EMAIL PROTECTED])


So from the command line in asterisk I try

dial [EMAIL PROTECTED]

this sends details to ser, ser picks them up, but asterisk shows this , I
have obvioulsy missed something very simple here

tks

Iqbal
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to