I need help from someone who has a working cellsocket, I have received couple email of people who wanted to help, but they just think they know how it supposed to work, but they don't have a working units, and they confused more...I need someone with a working solution to get my cellsocket going.. Thanks!!! Write offlits @ mawise (AT) mail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050508/1224477d/attachment.htm
What do you mean by cellsocket? nany urls? On 5/8/05, Manny A. Wise <asterisk-users@calltheus.com> wrote:> > > > I need help from someone who has a working cellsocket, I have received > couple email of people who wanted to help, but they just think they know how > it supposed to work, but they don't have a working units, and they confused > more?..I need someone with a working solution to get my cellsocket going?. > > Thanks!!! > > Write offlits @ mawise (AT) mail.com > > > > > _______________________________________________ > 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 > >
Manny A. Wise wrote:> I need help from someone who has a working cellsocket, I have received > couple email of people who wanted to help, but they just think they > know how it supposed to work, but they don?t have a working units, and > they confused more?..I need someone with a working solution to get my > cellsocket going?. > > Thanks!!! > > Write offlits @ mawise (AT) mail.com >You need to specify which generation of cellsocket, and which type of digital service. The first cellsockets were for specific Nokia sets, with somewhat different behavior with GSM, TDMA and CDMA The current generation is for use with Motorola phones with adapters for specific sets. Not all features of the mobile service are available for each service, CallerID doesn't work with GSM, for example. John Novack
Robert Webb wrote:> > > > >>I don't see what the use for that is in the US. Since it >>doesn't really cost more money to call cell phones. >> >> >> > <> > But if you have unlimited Night and weekends, unlimited mobile to > mobile, etc.. It would work really nice for saving money. Also, it is > agood fail over in case your VoIP goes down or could even be used for > limited 911 access in the case of no POTS line. There are also some > free incoming plans where you do not use minutes for any incoming calls. > > RobertAlso, Cell sockets are not just for GSM, but TDMA and CDMA phones as well, in the US, and probably elsewhere. I don't think they make one for the Nextel iDen, but who knows where that will end up after the Sprint merger.. Cellsockets output POTS, looking much like an FXS, so they can go into any loop start PBX circuit. Calls can be made with DTMF, and terminated by a # to represent the send key. Incoming calls provide a ring signal. They can also be connected, of course, to any analog phone They fit a limited number of phones, though. John Novack -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050508/caadbb62/attachment.htm
I have a cellsocket working with a Nokia 6150 right now. Funny the model I bought was a cellsocket for a Nokia 5110, and for some reason, it wont work with the 5110 unit i put in. The 6150 works like a charm, though. For some reason, it ignores the first two characters of the phone number you dial, so i had to do something like: PAUSE=** ZERO=0 SHARP=# ; ; Outbound to 5nxx-xxxx goes via: CellSocket exten => _59XXXXXXXXX,1,Dial(Zap/1/${PAUSE}${ZERO}${EXTEN:1}${SHARP}) exten => _59XXXXXXXXX,2,Congestion The ZERO is used to call local long distance, and the SHARP is needed by cellsocket to tell it that it ends the number stream. On 5/9/05, Manny A. Wise <asterisk-users@calltheus.com> wrote:> > > > I need help from someone who has a working cellsocket, I have received > couple email of people who wanted to help, but they just think they know how > it supposed to work, but they don't have a working units, and they confused > more?..I need someone with a working solution to get my cellsocket going?. > > Thanks!!! > > Write offlits @ mawise (AT) mail.com > > > > > _______________________________________________ > 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 > >