[Asterisk-bsd] SIP Clients - No voice.

Richard Neese bsdtech at runbox.com
Tue Aug 31 14:49:07 CDT 2004


On August 31, 2004 02:48 pm, Jefferson Carvalho wrote:

also what do you have in extenions.conf to map the connection ?
just to give you a basic input of the exten.coonf


[all-exten]
exten => 0,1,Macro(stdexten,0,SIP/0)
exten => _[1-4]X,1,Macro(stdexten,${EXTEN},${EXTEN})
exten => _[1-2]XXX,1,Macro(stdexten,${EXTEN},${EXTEN})

[macro-stdexten]
exten => s,1,DBget(temp=SIP/${ARG1})
exten => s,2,Goto(all-exten,${temp}|1)
exten => s,102,Goto(s|3)
exten => s,3,DBget(dnd=DND/${ARG1})
exten => s,4,DBPut(LASTCALL/${ARG1}=${CALLERIDNUM})
exten => s,5,Dial(SIP/${ARG1},60,Tr)
exten => s,6,Voicemail(u${ARG1})
exten => s,6,Hangup
exten => s,106,Voicemail(b${ARG1})
exten => s,107,Hangup

> Thanks Dr. Rich Murphey,
>
> Look what i got!
>
> apollo*CLI> set verbose 9
>     -- Executing Dial("SIP/1260-3e37", "SIP/1261|20|rtT") in new stack
>     -- Called 1261
>     -- SIP/1261-c412 is ringing
>     -- SIP/1261-c412 answered SIP/1260-3e37
>     -- Attempting native bridge of SIP/1260-3e37 and SIP/1261-c412
>     -- Attempting native bridge of SIP/1260-3e37 and SIP/1261-c412
> Aug 31 15:48:34 WARNING[135442432]: chan_sip.c:673 retrans_pkt: Maximum
> retries exceeded on call
> 9F37D538-FB63-11D8-B3A5-005004803F0B at 172.20.1.133 for seqno 2746
> (Non-critical Response)
>
> The other side answer the call , the connection is done .. but i don't
> have voice
> on the other side!!!!!!
>
> Regards,
>
> -Jefferson Carvalho
>
> Dr. Rich Murphey escreveu:
> >Try invoking
> >
> >set verbose 9
> >
> >At the asterisk console prompt and watch the console messages as the calls
> >progress for more info.
> >
> >Rich
> >
> >>-----Original Message-----
> >>From: asterisk-bsd-bounces at lists.digium.com
> >>[mailto:asterisk-bsd-bounces at lists.digium.com] On Behalf Of
> >>Jefferson Carvalho
> >>Sent: Tuesday, August 31, 2004 8:44 AM
> >>To: asterisk-bsd at lists.digium.com
> >>Subject: [Asterisk-bsd] SIP Clients - No voice.
> >>
> >>Hello list,
> >>
> >>I could install and configure asterisk on my
> >>FreeBSD-5.2.1-Release :) I create 2 extensions and my clients
> >>can call each other but there's no sound on those calls !!!!
> >>Why????
> >>Someone could help me ?
> >>
> >>Regards,
> >>
> >>-Jefferson Carvalho
> >>
> >>_______________________________________________
> >>Asterisk-BSD mailing list
> >>Asterisk-BSD at lists.digium.com
> >>http://lists.digium.com/mailman/listinfo/asterisk-bsd
> >
> >_______________________________________________
> >Asterisk-BSD mailing list
> >Asterisk-BSD at lists.digium.com
> >http://lists.digium.com/mailman/listinfo/asterisk-bsd
> >
> >__________ NOD32 1.853 (20040830) Information __________
> >
> >This message was checked by NOD32 antivirus system.
> >http://www.nod32.com
>
> _______________________________________________
> Asterisk-BSD mailing list
> Asterisk-BSD at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-bsd


More information about the Asterisk-BSD mailing list